UNPKG

340 BJavaScriptView Raw
1module.exports = {
2 "name": "Unity3D Asset",
3 "type": "data",
4 "color": "#222c37",
5 "aceMode": "yaml",
6 "codemirrorMode": "yaml",
7 "codemirrorMimeType": "text/x-yaml",
8 "extensions": [
9 ".anim",
10 ".asset",
11 ".mask",
12 ".mat",
13 ".meta",
14 ".prefab",
15 ".unity"
16 ],
17 "tmScope": "source.yaml",
18 "languageId": 380
19}